home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TFORMCONNECT / TFORMCONNECT.txt
Text File  |  2003-09-02  |  2KB  |  123 lines

  1. object FormConnect: TFormConnect
  2.   Left = 291
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = 'Param'#232'tres de connexion'
  6.   ClientHeight = 212
  7.   ClientWidth = 339
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object SC_Line5: TSC_Line
  20.     Left = 0
  21.     Top = 178
  22.     Width = 339
  23.     Height = 34
  24.     BorderShape = bsTopLine
  25.     Align = alBottom
  26.   end
  27.   object Label5: TLabel
  28.     Left = 14
  29.     Top = 20
  30.     Width = 66
  31.     Height = 14
  32.     Caption = 'Serveur Smtp'
  33.   end
  34.   object Label6: TLabel
  35.     Left = 14
  36.     Top = 50
  37.     Width = 22
  38.     Height = 14
  39.     Caption = 'Port '
  40.   end
  41.   object LabelIdentifiant: TLabel
  42.     Left = 14
  43.     Top = 80
  44.     Width = 65
  45.     Height = 14
  46.     Caption = 'Mot de passe'
  47.   end
  48.   object LabelNomEmetteur: TLabel
  49.     Left = 14
  50.     Top = 110
  51.     Width = 88
  52.     Height = 14
  53.     Caption = 'Nom de l'#39#233'metteur '
  54.   end
  55.   object Label1: TLabel
  56.     Left = 14
  57.     Top = 140
  58.     Width = 91
  59.     Height = 14
  60.     Caption = 'Email de l'#39#233'metteur '
  61.   end
  62.   object ButtonOk: TButton
  63.     Left = 84
  64.     Top = 184
  65.     Width = 75
  66.     Height = 22
  67.     Caption = '&Ok'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 5
  71.   end
  72.   object ButtonCancel: TButton
  73.     Left = 171
  74.     Top = 184
  75.     Width = 75
  76.     Height = 22
  77.     Cancel = True
  78.     Caption = '&Annuler'
  79.     ModalResult = 2
  80.     TabOrder = 6
  81.   end
  82.   object EditHost: TEdit
  83.     Left = 108
  84.     Top = 17
  85.     Width = 215
  86.     Height = 22
  87.     TabOrder = 0
  88.     Text = 'smtp.wanadoo.fr'
  89.   end
  90.   object SpinEditPort: TSpinEdit
  91.     Left = 108
  92.     Top = 47
  93.     Width = 215
  94.     Height = 23
  95.     MaxValue = 0
  96.     MinValue = 0
  97.     TabOrder = 1
  98.     Value = 25
  99.   end
  100.   object EditIdentifiant: TEdit
  101.     Left = 108
  102.     Top = 77
  103.     Width = 215
  104.     Height = 22
  105.     PasswordChar = '*'
  106.     TabOrder = 2
  107.   end
  108.   object EditNomEmetteur: TEdit
  109.     Left = 108
  110.     Top = 107
  111.     Width = 215
  112.     Height = 22
  113.     TabOrder = 3
  114.   end
  115.   object EditMail: TEdit
  116.     Left = 108
  117.     Top = 137
  118.     Width = 215
  119.     Height = 22
  120.     TabOrder = 4
  121.   end
  122. end
  123.